Fix bug #18331 with "C-h k C-g" not showing documentation on Windows.
authorEli Zaretskii <eliz@gnu.org>
Thu, 4 Sep 2014 15:09:49 +0000 (18:09 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 4 Sep 2014 15:09:49 +0000 (18:09 +0300)
commit996759048629b4270f60932c79dd1b18ee39de79
tree49d208298a31fe0d8eaf0db6fb18614d4f65bc65
parent17051b4bbd8511cf4215bc22d5a06cfeb9993c77
Fix bug #18331 with "C-h k C-g" not showing documentation on Windows.

 src/data.c (set_internal): Use assq_no_quit, not Fassq, to find an
 existing binding of a variable, to avoid silently aborting
 commands that use specbind.
src/ChangeLog
src/data.c